Intersoft WebInput Documentation
Value and Text - Displaying, Validating and Updating Values
See Also Send Feedback
Intersoft WebInput > Features and Concepts > Value and Text - Displaying, Validating and Updating Values

Glossary Item Box

The Value property is responsible for returning and accepting a value with a specific DataType. When a value is assigned to Value property, it will automatically adjust the FormatType and MaskType (when Display Format or Edit Format is enabled) as well as reflecting the Text property.

The Text property represents value that has already been formatted, validated and masked while the Value property represents the value in original DataType with flatten/unmasked format.

The valid value of text property in WebInput.NET modes:

The Value property does not always have the same value with the Text property. 

In This Section

How-to: Programmatically set, get and clear WebInput value in client side

See Also